home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gTemp
- freebytesAtStart = the freeBytes
- tell the stage
- gTemp = the number of castMembers
- end tell
- total = GetStageCastSizes(1, gTemp, 1)
- now = startTimer()
- tell the stage
- unloadCast()
- end tell
- duration = PutTime(now)
- Throughput(duration, total, 1, freebytesAtStart)
- end
-